func strconv.unquote
3 uses
strconv (current package)
quote.go#L370: out, _, err := unquote(s, false)
quote.go#L380: out, rem, err := unquote(s, true)
quote.go#L391: func unquote(in string, unescape bool) (out, rem string, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)